widget: Remove useless NULL check
authorTimm Bäder <mail@baedert.org>
Tue, 3 May 2016 15:49:20 +0000 (17:49 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 3 May 2016 16:21:33 +0000 (18:21 +0200)
commitcb419794f89ad00a2e1755adb2670efa97cdb686
treef0d4117094ca3744dd5497c89d5fb6f6a50ea35b
parent71b360cc8e72df4f7672c7eeeafb90f0c40b5cb6
widget: Remove useless NULL check

We are checking for allocation != NULL at the beginning of the function
already. This also means that the allocation parameter is not nullable.
gtk/gtkwidget.c